All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.comp.ComponentIdentifier

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier

public class ComponentIdentifier
extends QTObject
implements QuickTimeLib
Representation of the ComponentIdentifier.


Method Index

 o find(ComponentDescription)
Determine the next Component as specified.
 o find(ComponentIdentifier, ComponentDescription)
Determine the next Component as specified.
 o getInfo()
Returns all of the registration information for a component.
 o toString()
Prints the Component Info.

Methods

 o find
 public static final ComponentIdentifier find(ComponentDescription desc) throws QTException
Determine the next Component as specified. Will return null if it cannot find a component that matches the specifications.

QuickTime::FindNextComponent

Parameters:
desc - describes the search parameters.
Returns:
a component identifier or zero if none found.
 o find
 public static final ComponentIdentifier find(ComponentIdentifier comp,
                                              ComponentDescription desc) throws QTException
Determine the next Component as specified. Will return null if it cannot find a component that matches the specifications.

QuickTime::FindNextComponent

Parameters:
comp - a previously found component
desc - describes the search parameters.
Returns:
a component identifier or zero if none found.
 o getInfo
 public final ComponentDescription getInfo() throws StdQTException
Returns all of the registration information for a component.

QuickTime::GetComponentInfo

Returns:
information about the specified component.
 o toString
 public String toString()
Prints the Component Info.

Overrides:
toString in class QTObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index